home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Internet / Misc / Weather-1.1 / Source / Other.bproj / mit-weather < prev    next >
Encoding:
Text File  |  1995-06-12  |  393 b   |  14 lines

  1. #! /bin/sh
  2. cat << eof
  3.  
  4. The machines everest.lcs.mit.edu and cirrus.mit.edu provide 
  5. "finger" daemons for current Boston and New England area 
  6. weather information.
  7.  
  8. eof
  9. echo "Everest ======================================"
  10. finger weather@everest.lcs.mit.edu | sed -e '1,/^Plan:/d'
  11. echo ""
  12. echo "Cirrus ====================================="
  13. finger weather@cirrus.mit.edu | sed -e '1,/^Plan:/d'
  14.